home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-04.Z / 94-04 / text0241.txt < prev    next >
Encoding:
Text File  |  1994-04-30  |  2.8 KB  |  61 lines

  1.  
  2. Clive Mason (clive@cs.ug.oz.au) asks --
  3.  
  4. > WinAgent.txt mentions that the MIB server can be bound to the CoreAgent in`
  5. > one of two ways, either via a dll or by shared memory and messages. What are
  6. > the pros and cons of each method? Is there a best one?
  7.  
  8. There is indeed a best one, depending on the tasks the MIB Server needs 
  9. to perform. If you just need to retrieve or change a value and return, 
  10. then the DLL-based MIB Server is by far the better choice. But if the 
  11. object of interest is handled by a MIB Server that's also responding to 
  12. or waiting on events (like its own external device or its own UI), then 
  13. the WinApp-based MIB Server is the better choice. The key difference, as 
  14. you correctly point out, is that the DLL interface is via direct 
  15. function calls into the MIB Server; the WinApp interface is via message 
  16. exchange among Windows Applications.  
  17.  
  18. > In the same document the MIB-server code is to be added. Has anyone got a
  19. > basic example that I might learn from?
  20.  
  21. We're working to get examples of both DLL and WinApp MIB Servers into 
  22. the next version of the paper, and that should be available toward the 
  23. end of this month.  
  24.  
  25. -- Pete
  26. +-------------------------------------------------------------------------+
  27. | Pete Wilson            Paul Freeman Associates, Inc.   (v) 508-692-4436 |
  28. | pwilson@world.std.com  P. O. Box 2067                  (f) 508-692-0741 |
  29. |                        Westford, MA  01886-5067 USA                     |
  30. +-------------------------------------------------------------------------+
  31.            
  32. From news@bigblue.oit.unc.edu Sat Apr 19 21:43:44 1994
  33. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  34.           id AA05903; Thu, 21 Apr 1994 10:14:15 -0400
  35. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  36.           id AA06063; Thu, 21 Apr 1994 08:44:54 -0500
  37. Received: from GATEWAY by bigblue with netnews
  38.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  39. To: winsock@sunsite.unc.edu
  40. Date: 20 Apr 1994 04:43:44 -0700
  41. From: cgi@crl.com (Paul Smith)
  42. Message-Id: <2p34hg$rq8@crl2.crl.com>
  43. Organization: CRL Dialup Internet Access    (415) 705-6060  [login: guest]
  44. Sender: ses
  45. References: <kirk.2.002D6780@*>
  46. Subject: Re: Shareware NFS Deamon and Client for Winsock
  47.  
  48. Kirk L. Clawson, Ph.D. (kirk@*) wrote:
  49. : Can anyone tell me where I might find a shareware/freeware NFS deamon and 
  50. : client for Windows 3.11 that uses Winsock?  That piece of software seems to be 
  51. : the only missing piece in my TCP/IP arsenal.  Many Thanks.
  52.  
  53. I know of NO shareware NFS server that runs side by side with windows.  Only
  54. the DOS forground server named soss (find it via archie), who one has commented
  55. will run in a deskview window (try a DOS window under win??) or the shareware
  56. NFS client by nfs@tsoft.net.  Ftp from;polyslo.calpoly.edu:/pub/mdurkin/???
  57. grabe-it-all-sort-out-later...
  58.  
  59. Yours.
  60.  
  61.